home *** CD-ROM | disk | FTP | other *** search
- <html>
- <%onerror error%>
- <title>Internet Service Manager - Select directory</title>
- <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
-
- <%if reqparam RF "cancel"%>
- <%redirect%>/scripts/iisadmin/ism.dll?<%arg1%><%/redirect%>
- <%endif%>
- <%if reqparam RF "help"%>
- <%redirecthttp%><%msgbody.helptopic%><%/redirecthttp%>
- <%endif%>
- <%if reqparam RF "cdir"%>
- <%!CreateDir arg3 msgbody.cdirname%>
- <%post%><%arg1%>?<%arg2%>=<%arg3%>\<%msgbody.cdirname%><%/post%>
- <%else%>
- <%post%><%arg1%>?<%arg2%>=<%arg3%><%/post%>
- <%endif%>
-
- <%label error%>
- <%if reqstatus EQ 2500%>
- <%if rpcstatus EQ 5%>
- Access denied to this service.
- <%elif rpcstatus EQ 1062%>
- This service has been stopped.
- <%else%>
- RPC error <%rpcstatus%>
- <%endif%>
- <%elif reqstatus EQ 8000%>
- The creation of the "<%msgbody.cdirname%>" directory in "<%arg3%>" failed.
- <%elif reqstatus EQ 12000%>
- The creation of the "<%msgbody.cdirname%>" directory in "<%arg3%>" failed.
- <%else%>
- Error encountered : <%reqstatus%>
- <%endif%>
- <br>
- <a href="/iisadmin/default.htm">Return to main menu</a>
- </body></html>